Skip to content

Commit 42d5254

Browse files
authored
p4: fix hidden test case query (#666)
Signed-off-by: Alex Chi <[email protected]>
1 parent 6b0a815 commit 42d5254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/txn/txn_scan_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ TEST(TxnScanTest, DISABLED_ScanTest) { // NOLINT
219219
// you should think about types other than integer, and think of the case where the user updates / inserts
220220
// a column of null.
221221

222-
// auto query_int = "SELECT a FROM maintable";
222+
// query = "SELECT a FROM maintable";
223223
// fmt::println(stderr, "C: Verify txn2");
224224
// WithTxn(txn2, QueryHideResult(*bustub, _var, _txn, query, IntResult{})); // <- you will need to fill in the answer
225225
// fmt::println(stderr, "D: Verify txn3");

0 commit comments

Comments
 (0)