| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9d65528 commit 46876d5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ function expect_errno(syscall, resource, err, errno) { | |||
| 30 | 30 | if (err && (err.code === errno || err.code === 'ENOSYS')) { | |
| 31 | 31 | tests_ok++; | |
| 32 | 32 | } else { | |
| 33 | - console.log('FAILED:', arguments.callee.name, util.inspect(arguments)); | ||
| 33 | + console.log('FAILED:', 'expect_errno', util.inspect(arguments)); | ||
| 34 | 34 | } | |
| 35 | 35 | } | |
| 36 | 36 | ||
@@ -39,7 +39,7 @@ function expect_ok(syscall, resource, err, atime, mtime) { | |||
| 39 | 39 | err && err.code === 'ENOSYS') { | |
| 40 | 40 | tests_ok++; | |
| 41 | 41 | } else { | |
| 42 | - console.log('FAILED:', arguments.callee.name, util.inspect(arguments)); | ||
| 42 | + console.log('FAILED:', 'expect_ok', util.inspect(arguments)); | ||
| 43 | 43 | } | |
| 44 | 44 | } | |
| 45 | 45 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments