File tree 2 files changed +2
-4
lines changed
TestVectors/dafny/DDBEncryption/src
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 52
52
shell : bash
53
53
working-directory : ./TestVectors
54
54
run : |
55
+ # this is evil, but the MPL test vectors defines an extra Main
56
+ sed -i '' 's/method Main/method NotMain/' ../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/src/Index.dfy
55
57
# This works because `node` is installed by default on GHA runners
56
58
make transpile_net
57
59
Original file line number Diff line number Diff line change @@ -31,12 +31,8 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
31
31
import DDB = ComAmazonawsDynamodbTypes
32
32
import Filter = DynamoDBFilterExpr
33
33
import SE = AwsCryptographyDbEncryptionSdkStructuredEncryptionTypes
34
- import SKS = CreateStaticKeyStores
35
- import KeyMaterial
36
34
import UTF8
37
- import KeyVectorsTypes = AwsCryptographyMaterialProvidersTestVectorKeysTypes
38
35
import CMP = AwsCryptographyMaterialProvidersTypes
39
- import KeyVectors
40
36
import CreateInterceptedDDBClient
41
37
import SortedSets
42
38
import Seq
You can’t perform that action at this time.
0 commit comments