Skip to content

Commit 97872f5

Browse files
Add extern
1 parent 223a413 commit 97872f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestVectors/dafny/DDBEncryption/src/Index.dfy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ module WrappedDDBEncryptionMain {
1717
import KeyVectors
1818
import KeyVectorsTypes = AwsCryptographyMaterialProvidersTestVectorKeysTypes
1919

20-
21-
const DEFAULT_KEYS : string := "../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
20+
const {:extern "Utils.constants", "getDefaultKeys"} DEFAULT_KEYS : string
21+
// const DEFAULT_KEYS : string := "../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
2222

2323
method AddJson(prev : TestVectorConfig, file : string, keyVectors: KeyVectors.KeyVectorsClient)
2424
returns (output : Result<TestVectorConfig, string>)

0 commit comments

Comments
 (0)