Skip to content

Commit 82a2416

Browse files
first commit
1 parent 4694dd0 commit 82a2416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nautilus-api/test/ExecutionTests/TracingTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace nautilus::engine {
8989
file.close();
9090

9191

92-
if (!differencesFound){
92+
if (differencesFound){
9393
std::cout << "Got Trace" << std::endl;
9494
std::cout << *trace << std::endl;
9595
}

0 commit comments

Comments
 (0)