Skip to content

Commit

Permalink
Fixed text in test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Wrigstad (Spotify) committed Jul 18, 2014
1 parent 8f23be9 commit becbd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/encore/basic/let-fields.enc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Main
let x = this.value in {
x = x + 1;
if x == 1024 then
print "Failue when reading x -- expected 1024, got something else"
print "Failue when reading x -- got 1024, expected something else"
else
print "Test 1 OK";
if x == this.value then
Expand Down

0 comments on commit becbd62

Please sign in to comment.