Fixing bad #elif MACRO

PiperOrigin-RevId: 315752125
Change-Id: Ia414b2de5e78c57160b9ffa3e62a5b5f7fe8420f
This commit is contained in:
Henry Tan 2020-06-10 13:07:05 -07:00 committed by TensorFlower Gardener
parent ed57b30415
commit e47873165f

View File

@ -358,7 +358,7 @@ Status TPUCompileOpKernelCommon::CompileTFFunctionToHlo(
"termination is to ensure a consistent state. If your job "
"does not restart, modify the retries allowed. See "
"b/71383512.";
#elif
#else
LOG(ERROR) << "Restarting TPU host due to cancelled compilation.";
#endif