Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test/fold: fix "nothign" typos
  • Loading branch information
wpwrak committed May 19, 2013
1 parent 2b64bca commit 3c4e04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/test/fold
Expand Up @@ -48,7 +48,7 @@ EOF

#------------------------------------------------------------------------------

ptest "constant folding: sx = a+1 (nothign to fold)" << EOF
ptest "constant folding: sx = a+1 (nothing to fold)" << EOF
sx = a+1
EOF
expect <<EOF
Expand All @@ -57,7 +57,7 @@ EOF

#------------------------------------------------------------------------------

ptest "constant folding: sx = 1+b (nothign to fold)" << EOF
ptest "constant folding: sx = 1+b (nothing to fold)" << EOF
sx = 1+b
EOF
expect <<EOF
Expand Down

0 comments on commit 3c4e04f

Please sign in to comment.