| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 073c231 commit 1eebcbf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,11 +1,13 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | - require('../common'); | ||
| 3 | + const common = require('../common'); | ||
| 4 | 4 | const { spawnSyncAndAssert } = require('../common/child_process'); | |
| 5 | 5 | const tmpdir = require('../common/tmpdir'); | |
| 6 | 6 | const fs = require('fs'); | |
| 7 | 7 | const assert = require('assert'); | |
| 8 | 8 | ||
| 9 | + common.skipIf32Bits(); | ||
| 10 | + | ||
| 9 | 11 | // When the test fails this helper can be modified to write outputs | |
| 10 | 12 | // differently and aid debugging. | |
| 11 | 13 | function log(line) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments