vmTsan constant

Runtime const vmTsan

Implementation

static const Runtime vmTsan = Runtime(
  'VM with Thread Sanitizer',
  'vm-tsan',
  Compiler.exe,
  [Compiler.exe],
  isDartVM: true,
);