aboutsummaryrefslogtreecommitdiff
path: root/test/golang-tests.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/golang-tests.ts')
-rw-r--r--test/golang-tests.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/golang-tests.ts b/test/golang-tests.ts
index e0dbb63bc..0e84382a4 100644
--- a/test/golang-tests.ts
+++ b/test/golang-tests.ts
@@ -24,11 +24,12 @@
import {GolangCompiler} from '../lib/compilers/golang';
import * as utils from '../lib/utils';
+import {LanguageKey} from '../types/languages.interfaces';
import {fs, makeCompilationEnvironment, makeFakeCompilerInfo} from './utils';
const languages = {
- go: {id: 'go'},
+ go: {id: 'go' as LanguageKey},
};
let ce;