diff options
Diffstat (limited to 'test/901-hello-ti-agent/basics.cc')
-rw-r--r-- | test/901-hello-ti-agent/basics.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/901-hello-ti-agent/basics.cc b/test/901-hello-ti-agent/basics.cc index 11b32e46c3..472f2b768e 100644 --- a/test/901-hello-ti-agent/basics.cc +++ b/test/901-hello-ti-agent/basics.cc @@ -16,7 +16,7 @@ #include "901-hello-ti-agent/basics.h" -#include <thread> // NOLINT [build/c++11] [5] +#include <thread> #include <jni.h> #include <stdio.h> |