Skip to content

Commit e974f93

Browse files
eemeliptomato
authored andcommitted
Fix path for text-empty_FIXTURE in import-text test
1 parent 3a9ecbe commit e974f93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/language/import/import-attributes/text-empty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ flags: [module]
1515
features: [import-attributes, import-text]
1616
---*/
1717

18-
import value from './text-valid_FIXTURE' with { type: 'text' };
18+
import value from './text-empty_FIXTURE' with { type: 'text' };
1919

2020
assert.sameValue(typeof value, 'string');

0 commit comments

Comments
 (0)