summaryrefslogtreecommitdiffstats
path: root/src/assets.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets.rs')
-rw-r--r--src/assets.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets.rs b/src/assets.rs
index 7ce1a8f6..0129f76b 100644
--- a/src/assets.rs
+++ b/src/assets.rs
@@ -441,7 +441,7 @@ mod tests {
fn new() -> Self {
SyntaxDetectionTest {
assets: HighlightingAssets::from_binary(),
- syntax_mapping: SyntaxMapping::builtin(),
+ syntax_mapping: SyntaxMapping::new(),
temp_dir: TempDir::new().expect("creation of temporary directory"),
}
}