Skip to content

Commit

Permalink
WS
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed May 4, 2021
1 parent e7e9bd3 commit 10c18d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stc/tests/493-bag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ main {
// Check sequencing
trace("BEFORE") =>
F1 += "string1" =>
trace("AFTER");
trace("AFTER");
} else {
trace("FAILURE1");
}
Expand All @@ -32,4 +32,3 @@ main {
assertEqual(bag_size(F1), 1, "size(F1)");
assertEqual(bag_size(F2), 1, "size(F2)");
}

0 comments on commit 10c18d1

Please sign in to comment.