summaryrefslogtreecommitdiff
path: root/test/binaryen.js/pass-arguments.js.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/binaryen.js/pass-arguments.js.txt')
-rw-r--r--test/binaryen.js/pass-arguments.js.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/binaryen.js/pass-arguments.js.txt b/test/binaryen.js/pass-arguments.js.txt
index df98df08c..d13c4cad7 100644
--- a/test/binaryen.js/pass-arguments.js.txt
+++ b/test/binaryen.js/pass-arguments.js.txt
@@ -10,6 +10,7 @@ int main() {
std::map<size_t, BinaryenEventRef> events;
std::map<size_t, BinaryenExportRef> exports;
std::map<size_t, RelooperBlockRef> relooperBlocks;
+ std::map<size_t, ExpressionRunnerRef> expressionRunners;
BinaryenModuleRef the_module = NULL;
RelooperRef the_relooper = NULL;
BinaryenGetPassArgument("theKey");