about summary refs log tree commit diff stats
path: root/Test/Temp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Temp.cpp')
-rw-r--r--Test/Temp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/Temp.cpp b/Test/Temp.cpp index 3d589c1..14f3bbf 100644 --- a/Test/Temp.cpp +++ b/Test/Temp.cpp
@@ -9,6 +9,6 @@ GTEST_TEST(SwapTests, Shipwreck) {
9 int bu1 = 0x6; 9 int bu1 = 0x6;
10 int td1 = 0x5D; 10 int td1 = 0x5D;
11 11
12 randomizer.SwapPanels(si1, td1, SWAP_LINES); 12 randomizer.SwapPanels(si1, td1, Randomizer::SWAP::LINES);
13 13
14} 14}