From 4379069e8ed25f97822388bbcd7f5f53a0f24d83 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 2 Oct 2015 00:41:23 -0700 Subject: 2236 - all tests passing except one in 'mu sandbox' --- sandbox/010-warnings.mu | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'sandbox/010-warnings.mu') diff --git a/sandbox/010-warnings.mu b/sandbox/010-warnings.mu index 39dc5691..636e71dc 100644 --- a/sandbox/010-warnings.mu +++ b/sandbox/010-warnings.mu @@ -80,8 +80,8 @@ scenario run-instruction-and-print-warnings [ .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . x. .get 1:address:point, 1:offset . - .interactive: first ingredient of 'get' should be ↩. - .a container, but got 1:address:point . + .first ingredient of 'get' should be a container, ↩. + .but got 1:address:point . .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . . ] @@ -91,8 +91,8 @@ scenario run-instruction-and-print-warnings [ . . . . . . - .interactive: first ingredient of 'get' should be . - .a container, but got 1:address:point . + .first ingredient of 'get' should be a container, . + .but got 1:address:point . . . . . ] @@ -120,6 +120,8 @@ scenario run-instruction-and-print-warnings-only-once [ . x. .get 1234:number, foo:offset . .unknown element foo in container number . + .first ingredient of 'get' should be a container, ↩. + .but got 1234:number . .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . . ] @@ -174,7 +176,7 @@ foo 4, 0] . x. .stash [abc] . .foo 4, 0 . - .interactive: undefined operation in 'foo 4, 0' . + .undefined operation in 'foo 4, 0' . .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . . ] @@ -194,7 +196,7 @@ foo 4, 0] .stash [abc] . .foo 4, 0 . .abc . - .interactive: undefined operation in 'foo 4, 0' . + .undefined operation in 'foo 4, 0' . .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . . ] -- cgit 1.4.1-2-gfad0