aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-12 10:41:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-12 10:41:58 +0200
commit43ec011824c8210859dcebe34629218b2ee25487 (patch)
tree9edd3fe86955cabf48481d695d45c1819ebcc045 /tests
parent8fed8299772feaa65d21a76f7fd3051f76a971d6 (diff)
Resolve ambiguity between std:: and butl:: optional
Diffstat (limited to 'tests')
-rw-r--r--tests/test/script/runner/driver.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/script/runner/driver.cxx b/tests/test/script/runner/driver.cxx
index b31acb7..43bb66b 100644
--- a/tests/test/script/runner/driver.cxx
+++ b/tests/test/script/runner/driver.cxx
@@ -32,6 +32,8 @@ stack_overflow (bool overflow)
int
main (int argc, char* argv[])
{
+ using butl::optional;
+
// Usage: driver [-i <int>] (-o <string>)* (-e <string>)* (-f <file>)*
// (-d <dir>)* [(-t (a|m|s|z)) | (-s <int>)]
//