summaryrefslogtreecommitdiff
path: root/tests/state_buf.direct.lll
diff options
context:
space:
mode:
Diffstat (limited to 'tests/state_buf.direct.lll')
-rw-r--r--tests/state_buf.direct.lll2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/state_buf.direct.lll b/tests/state_buf.direct.lll
index fea9885..a0085d6 100644
--- a/tests/state_buf.direct.lll
+++ b/tests/state_buf.direct.lll
@@ -89,7 +89,7 @@ int main(int argc, char** argv)
exit(-1);
}
- auto stm = readFile( argv[1] );
+ std::vector<char> stm = readFile( argv[1] );
test_scan_buffer(stm.data(), stm.size());
testlex();