brintos

brintos / llvm-project-archived public Read only

0
0
Text · 254 B · aa46153 Raw
8 lines · python
1# Basic test for substitutions.2#3# RUN: echo %{s:basename} | FileCheck %s --check-prefix=BASENAME4# RUN: echo %{t:stem} %basename_t | FileCheck %s --check-prefix=TMPBASENAME5 6# BASENAME: substitutions.py7# TMPBASENAME: [[FIRST:[^[:space:]]+]] [[FIRST]]8