13 lines · plain
1// RUN: %exploded_graph_rewriter %s | FileCheck %s2// RUN: %exploded_graph_rewriter --dark %s | FileCheck %s \3// RUN: -check-prefixes=CHECK,DARK4 5digraph "Exploded Graph" {6 label="Exploded Graph";7}8 9// CHECK: digraph "ExplodedGraph" {10// DARK-NEXT: bgcolor="gray10";11// CHECK-NEXT: label="";12// CHECK-NEXT: }13