Skip to content

Commit 296db86

Browse files
committed
Test: fix process output from the test assembly.
1 parent 58b1597 commit 296db86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Naggum.Test/AssemblerTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ let ``Hello world should be executed`` () =
3535
(ret)))
3636
"
3737
let output = execute source
38-
Assert.Equal ("Hello, world!", output)
38+
Assert.Equal ("Hello, world!\n", output)

0 commit comments

Comments
 (0)