1*3fcc302aSAdrian Prantl# RUN: %lldb -s %s | FileCheck %s 2*3fcc302aSAdrian Prantllog enable lldb event 3*3fcc302aSAdrian Prantlexpr 1 4*3fcc302aSAdrian Prantlexpr 1 // And a very long comment. 5*3fcc302aSAdrian Prantlquit 6*3fcc302aSAdrian Prantl 7*3fcc302aSAdrian Prantl# CHECK: {{title = "Running expression", details = "1"}} 8*3fcc302aSAdrian Prantl# CHECK: {{title = "Running expression", details = "1 // And a ver…"}} 9