| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 547c284 commit ccecaca
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,11 +21,12 @@ | |||
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | const common = require('../common'); | |
| 24 | + const fixtures = require('../common/fixtures'); | ||
| 24 | 25 | const assert = require('assert'); | |
| 25 | 26 | const path = require('path'); | |
| 26 | 27 | ||
| 27 | 28 | if (common.isWindows) { | |
| 28 | - const file = path.join(common.fixturesDir, 'a.js'); | ||
| 29 | + const file = fixtures.path('a.js'); | ||
| 29 | 30 | const resolvedFile = path.resolve(file); | |
| 30 | 31 | ||
| 31 | 32 | assert.strictEqual(`\\\\?\\${resolvedFile}`, path._makeLong(file)); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments