Skip to content

Commit f787737

Browse files
committed
ji
1 parent ea76896 commit f787737

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/db/anal/syscalls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ as write
3232
EOF
3333
EXPECT=<<EOF
3434
0 = read (0, 0x00000000, 0)
35-
1 = write (0, 0x00000000, 0)
36-
2 = open (0x00000000, 0x00000000, 0x00000000)
35+
1 = write (0, "", 0)
36+
2 = open ("", 0x00000000, 0x00000000)
3737
4 = stat (0x00000000, 0x00000000)
38-
1 = write (0, 0x00000000, 0)
38+
1 = write (0, "", 0)
3939
EOF
4040
EXPECT_ERR=
4141
RUN

0 commit comments

Comments
 (0)